home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.09 Sep 90 / Canon Sources / Fast Canon / test.p < prev   
Encoding:
Text File  |  1990-02-07  |  407 b   |  31 lines  |  [TEXT/nX^n]

  1. * one TWO three FOUR    *
  2.         
  3. (* one TWO three FOUR    *)
  4. (* one TWO
  5.         three FOUR    *)
  6.         
  7. { one TWO three FOUR    }
  8. { one TWO
  9.         three FOUR    }
  10.  
  11. // one TWO three FOUR    
  12. // one TWO
  13.         three FOUR    
  14.  
  15. /*     one TWO three FOUR        */
  16. /*     one TWO
  17.         three FOUR        */
  18.  
  19. " one TWO three FOUR    "
  20. " one TWO
  21.         three FOUR    "
  22.  
  23. ' one TWO three FOUR    '
  24. ' one TWO
  25.         three FOUR    '
  26.  
  27. " one 'TWO three' FOUR    "
  28. ' one "TWO three" FOUR    '
  29.  
  30.  one TWO three FOUR    
  31.